home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / IRIT-DOS.CFG < prev    next >
Text File  |  1992-03-08  |  4KB  |  120 lines

  1. ;If TRUE (default) generates graphics. Otherwise only generates geometry
  2. ; but it can not be displayed.
  3. ;DoGraphics    FALSE
  4.  
  5. ;If a mouse is to be supported.
  6. Mouse        TRUE
  7.  
  8. ;If a joystick is to be supported.
  9. Joystick    FALSE
  10.  
  11. ;Control sensitivity of the mouse. The bigger this number is, the lesser
  12. ;sensitive the mouse is.
  13. MouseSensitivity    10
  14.  
  15. ;Defines the name and mode for the driver to use in SVGA (select 999 for
  16. ;GraphDriver below), in the form "Name.Mode". For example to use the BGI
  17. ;driver named ATI.BGI in mode 2, set this string to be "ATI.2".
  18. ;This extension driver is assumed to be 800 by 600 in resolution but any
  19. ;other driver of 4:3 aspect ratio should work o.k.
  20. ;Note the full path to the driver must be specified.
  21. SVGANameMode    "ATI.2"
  22.  
  23. ;Full path to where the BGI Driver should be found.
  24. BGIDriverPath    "C:/BC/BGI"
  25.  
  26. ;Graphic driver can be one of:
  27. ; 0 - Autodetect (same as no default at all in this file)
  28. ; 1 - CGA (Hires two colors mode).
  29. ; 3 - EGA
  30. ; 4 - EGA64
  31. ; 5 - EGAMONO
  32. ; 7 - Hercules.
  33. ; 9 - VGA
  34. ; 999 - SVGA (super VGA) user installed driver. See SVGANameMode above.
  35. GraphDriver    0
  36.  
  37. ;The startup file - make it null string if none is needed. This file
  38. ;will be searched along the DOS PATH setup, starting from current directory.
  39. StartFile    "IritInit.irt"
  40.  
  41. ;Colors to objects loaded using LOAD command (if not specified in object
  42. ;itself), for boolean objects results, and primitive objects created.
  43. ;Color are supported only on EGA/VGA system as follows:
  44. ;
  45. ; BLACK         =  0
  46. ; BLUE         =  1
  47. ; GREEN         =  2
  48. ; CYAN         =  3
  49. ; RED         =  4
  50. ; MAGENTA      =  5
  51. ; BROWN         =  6
  52. ; LIGHTGRAY     =  7
  53. ; DARKGRAY     =  8
  54. ; LIGHTBLUE     =  9
  55. ; LIGHTGREEN     =  10
  56. ; LIGHTCYAN     =  11
  57. ; LIGHTRED     =  12
  58. ; LIGHTMAGENTA     =  13
  59. ; YELLOW     =  14
  60. ; WHITE         =  15
  61. ;
  62. LoadColor    1
  63. ICrvColor    14
  64. BoolColor    2
  65. PrimColor    4
  66.  
  67. ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
  68. LogFile        "irit.log"
  69.  
  70. ;Name of editor you want to execute from the program as a child process. This
  71. ;must be FULL path name for that file. only one parameter is supplied to it
  72. ;and that is the file name you want to edit as given to EDIT command.
  73. ;This better be a small and fast editor, as IRIT is a BIG program, and your
  74. ;'.irt' files are usually small...
  75. EditPrgm    "c:\util\ted.com"             ;From PC Magazine...
  76.  
  77. ;Below is the color selection for window frame color. Colors should be one of:
  78. ; WHITE   = 0
  79. ; BLACK   = 1
  80. ; RED     = 2
  81. ; GREEN   = 3
  82. ; BLUE    = 4
  83. ; YELLOW  = 5
  84. ; CYAN    = 6
  85. ; MAGENTA = 7
  86. ;Four colors should be specified for the View/Trans/Input/Status windows.
  87. WndwViewClr    2
  88. WndwTransClr    3
  89. WndwStatusClr    7
  90. WndwInputClr    5
  91.  
  92. ;Below the size and position of the four View/Trans/Input/Status windows
  93. ;should be specified in normalized coordinates where the screen spans
  94. ; X:[0..1], Y:[0..1]. Windows may overlap.
  95. WndwViewPos   "0.02, 0.02, 0.72, 0.66"
  96. WndwTransPos  "0.75, 0.02, 0.98, 0.66"
  97. WndwStatusPos "0.75, 0.02, 0.98, 0.66"
  98. WndwInputPos  "0.04, 0.7,  0.98, 0.98"
  99.  
  100. ;Size in pixel of the windows frame width.
  101. WndwWidth    8
  102.  
  103. ;Boolean to control the default display of window name headers.
  104. WndwHeader    FALSE
  105.  
  106. ;Boolean to control smooth scrolling of the input text window. Smooth is
  107. ;nicer but slower.
  108. WndwSmthTxtScrl    FALSE
  109.  
  110. ;Pop up menus are covering window area which is swapped temporary to
  111. ; Conventional memory    0
  112. ; EMS memory        1
  113. ; XMS memory        2 (Currently not supported)
  114. ; Disk space        3 (Ram disk is a good choice)
  115. WndwBackSave    3
  116.  
  117. ;If WndwBackSave is 3 (to disk), this variable define the directory to which
  118. ;temporary files will be swapped.
  119. WndwBackSavePath    "c:/"
  120.